.margin-left {
    margin-left: 16px;
}

/*______   HEADER   ______*/

[data-section="header"] {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
}

.top-bar {
	position: relative;
}

.header-aragon {
  position: relative;
  z-index: 8;
	background: #FFF;
  box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
  overflow: hidden;
}

.header-aragon h1 {
	text-indent: -9999px;
  float: right;
  width: 174px;
  height: 40px;
  background-image: url('http://chilmedia.org/v2/file-preview/b9e2bb2d-e46f-49bf-9d73-1849dcbb61bb.png');
}

.bg-flag {
	max-width: 664px;
  width: 100%;
  height: 80px;
}

.bg-aragon {
  padding: 20px 40px 20px 20px;
}

.center-header .constant-left>div:first-child {
	width: 200px;
  padding-right: 20px;
  border-right: 1px solid #D6D6D6;
} 

.center-header .constant-left>div:nth-child(2) {
	margin-left: 240px;
}

@media screen and (max-width: 767px){
.widget #main-nav {
    padding-top: 127px;
  }
}

.header-info p:first-child {
	padding-top: 20px;
}

.header-info p i {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 10px;
}

.widget-content.header-info p {
	margin-bottom: 6px;
}

/*End Header*/

/*______   PRODUCTS INDEX   ______*/

.product-panel .coverbox {
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

.product-panel img {
	display: block;
}

.product-panel .coverbox i {
  display: inline-block;
	font-size: 18px;
  color: #d52929;
	padding: 8px;
  border-radius: 50%;
  background-color: #FFF;
}

.product-panel .info-product-index {
	padding: 10px;
  color: #FFF;
  min-height: 40px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
}

.product-panel .coverbox .ellipsis {
	 color: #FFF;
  padding-top: 10px;
}

.product-panel .product-options i {
	 font-size: 18px;
  vertical-align: middle;
  padding-right: 6px;
}

.product-panel .widget-content {
	min-height: 354px;
}

/*End*/

/*______   FILTERS   ______*/

.widget-content .productfeatures-filters li {
	line-height: 16px;
}

.simple-form input[type="checkbox"] {
	position: absolute;
}

.dropdown-click {
	padding: 10px 0px;
}

/*End*/

/*______   INDEX NEWS RRSS   ______*/

.rrss-style {
	background-color: rgba(0, 0, 0, 0.4);
}

.rrss-style .share-rrss a {
	background-color: #FFF;
  color: #b4b4b4;
  padding: 6px;
  border-radius: 50%;
}

.rrss-style .share-rrss a:hover {
	color: #d52929;
}

.news-panel:hover .rrss-style {
	display: block;
}

/*End*/

.item-panel.column .flexbox-info.item-index {
    padding: 0px;
    padding-top: 16px;
    min-height: auto;
}



